home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / util / README < prev    next >
Encoding:
Text File  |  1991-09-04  |  3.3 KB  |  93 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. Makefile_tar
  14.   This makefile will help copy off (tar) all the necessary cool directories
  15.   for the purpose of either rebuilding the COOL library or using the COOL library
  16.   Usage:  cd ice;  make -f util/Makefile_tar help
  17.  
  18. os2dirs
  19.   Creates an OS2 command file (os2dirs.cmd) which will create the COOL and COOL
  20.   directory structure.  The PC ftp program doesn't create directories,
  21.   so this command file must be run create the directories before the COOL files
  22.   can be FTP'ed over.
  23.  
  24. os2dirs.cmd
  25.   Generated by util/os2dirs on a UNIX workstation to create the ICE and COOL
  26.   directory structure.  Must be run on an OS2 before running util/os2copy
  27.   on the UNIX workstation which will FTP cool and ICE files to the OS2.
  28.  
  29. os2copy
  30.   ftp copy of ice and cool files to an IBM PS/2.
  31.   Usage: cd ice; util/os2copy <host> <dir> <dir> ...
  32.   The directories to copy default to: 
  33.     ice_defs cpp CCC test util cool pisces
  34.   Example: copy just cool directory
  35.     cd ice; util/os2copy blue ssb cool
  36.   Example: copy just the String and String/tests directories
  37.     cd ice; util/os2copy blue ssb cool/String
  38.  
  39. os2copy_imakefiles
  40.   ftp cool Imakefiles to an IBM PS/2.
  41.   Usage: cd ice; util/os2copy_imakefiles <host> <login> [<dir> ...]
  42.   Example: cd ice; util/os2copy_imakefiles blue ssb
  43.   Example: cd ice; util/os2copy_imakefiles blue ssb cool
  44.  
  45. os2get
  46.   Creates an OS2 command file (os2get.cmd) which will get via ftp cool files
  47.   on a remote UNIX workstation from an IBM PS/2.
  48.   Usage: cd ice; util/os2get <host> <login> <passwd>
  49.   Example: cd ice; util/os2get tan 
  50.  
  51. os2get.cmd
  52.   Generated by util/os2get on a UNIX workstation to copy COOL files
  53.   on a remote UNIX workstation from an IBM PS/2.
  54.  
  55. loop.cmd
  56.   Command called by OS2 COOL makefiles to loop through subdirectories.
  57. This file must be copied into the ice/bin directory on the IBM PS/2.
  58.  
  59. bootstrap.cmd
  60.   Command called by OS2 COOL makefiles to bootstrap the first OS2 makefiles.
  61. This file must be copied into the ice/bin directory on the IBM PS/2.
  62.  
  63. linkhdrs.cmd
  64.   Command called by OS2 COOL makefiles to link/copy COOL headers.
  65.  
  66. ftpscript.create
  67.   Creates an ftp script file (ftpscript.run) which contains ftp commands
  68. to copy COOL files to an IBM PS/2.
  69.   The directories to copy default to:
  70.     ice_defs cpp CCC test util cool pisces"
  71.   Usage: cd ice; util/ftpscript.create <host> <login> [<dir> ...]
  72.   Example: cd ice; util/ftpscript.create blue ssb
  73.   Example: cd ice; util/ftpscript.create blue ssb cool
  74.  
  75. ftpscript.run
  76.   Generated by util/ftpscript.create.  Used as input file for ftp command.
  77.   Usage: ftp -v -i < util/ftpscript.run
  78.   
  79. ftp-script
  80.   Contains ftp commands to move files in util directory to the OS/2.
  81.  
  82. copy_ice
  83.   Shell script to copy ice to specified host on specified path.
  84.   Usage:  cd ice; util/copy_ice <host> <path>
  85.   Example: cd ice; util/copy_ice osage /epoch/misc/ice
  86.  
  87. cppscripts
  88.   Creates the following COOL cpp shell scripts:
  89.     ice/bin/coolcpp
  90.     ice/bin/coolCC
  91.     ice/bin/cppCC
  92.     ice/bin/implement
  93.